projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d08cc01
)
Teach gtk-builder-tool to leave GtkDialog::border-width alone
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 26 May 2016 17:21:50 +0000
(13:21 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 26 May 2016 18:41:14 +0000
(14:41 -0400)
This is one of the properties that need to be explicitly set.
gtk/gtk-builder-tool.c
patch
|
blob
|
history
diff --git
a/gtk/gtk-builder-tool.c
b/gtk/gtk-builder-tool.c
index 63bcc7f98784e03f3a5f5873fea2408102ed9fb0..24171abce676eb675cb5899de82bd5c74c614fa0 100644
(file)
--- a/
gtk/gtk-builder-tool.c
+++ b/
gtk/gtk-builder-tool.c
@@
-186,6
+186,7
@@
needs_explicit_setting (MyParserData *data,
{ "GtkCalendar", "year", 0 },
{ "GtkCalendar", "month", 0 },
{ "GtkCalendar", "day", 0 },
+ { "GtkDialog", "border-width", 0 },
{ "GtkPlacesSidebar", "show-desktop", 0 },
{ "GtkRadioButton", "draw-indicator", 0 },
{ "GtkGrid", "left-attach", 1 },